projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
892742d
)
usb: host: add Kconfig for USB_XHCI_ROCKCHIP
author
Kever Yang
<
[email protected]
>
Wed, 21 Sep 2016 03:35:42 +0000
(11:35 +0800)
committer
Simon Glass
<
[email protected]
>
Thu, 22 Sep 2016 13:36:58 +0000
(07:36 -0600)
Add a Kconfig for Rockchip xhci controller.
Signed-off-by: Kever Yang <
[email protected]
>
Acked-by: Marek Vasut <
[email protected]
>
drivers/usb/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/host/Kconfig
b/drivers/usb/host/Kconfig
index 42e8a9f934fb0a50d16e1600d8fd3c299ef4260a..61e13d76e651038dafee61b38bf4435bdfcae8f5 100644
(file)
--- a/
drivers/usb/host/Kconfig
+++ b/
drivers/usb/host/Kconfig
@@
-21,6
+21,13
@@
config USB_XHCI_DWC3
Say Y or if your system has a Dual Role SuperSpeed
USB controller based on the DesignWare USB3 IP Core.
+config USB_XHCI_ROCKCHIP
+ bool "Support for Rockchip on-chip xHCI USB controller"
+ depends on ARCH_ROCKCHIP
+ default y
+ help
+ Enables support for the on-chip xHCI controller on Rockchip SoCs.
+
endif # USB_XHCI_HCD
config USB_EHCI_HCD